Uses of Enum
com.cisco.pt.ipc.enums.WirelessAuthenType
Packages that use WirelessAuthenType
Package
Description
-
Uses of WirelessAuthenType in com.cisco.pt.ipc.enums
Methods in com.cisco.pt.ipc.enums that return WirelessAuthenTypeModifier and TypeMethodDescriptionstatic WirelessAuthenTypeWirelessAuthenType.fromIntValue(int value) static WirelessAuthenTypeWirelessAuthenType.fromIntValue(Integer value) static WirelessAuthenTypeReturns the enum constant of this type with the specified name.static WirelessAuthenType[]WirelessAuthenType.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of WirelessAuthenType in com.cisco.pt.ipc.sim
Methods in com.cisco.pt.ipc.sim that return WirelessAuthenTypeModifier and TypeMethodDescriptionWirelessCommon.getAuthenType()Information provided by the PKI file:WirelessProfile.getHAPAuthenType()Methods in com.cisco.pt.ipc.sim with parameters of type WirelessAuthenTypeModifier and TypeMethodDescriptionbooleanWirelessClientProcess.addProfile(String name, String ssid, WirelessNetworkType netType, MACAddress macAddress, WirelessAuthenType authType, WirelessEncryptType encryptType, String wepKey, String userid, String password, boolean bDHCPOn, boolean bDHCPv6On, IPAddress ipAddress, IPAddress subnet, IPAddress gateway, IPAddress DNS) Information provided by the PKI file:voidWirelessCommon.setAuthenType(WirelessAuthenType type) booleanWirelessClientProcess.setCurrentProfile(String name, String ssid, WirelessNetworkType netType, MACAddress macAddress, WirelessAuthenType authType, WirelessEncryptType encryptType, String wepKey, String userid, String password, boolean bDHCPOn, boolean bDHCPv6On, IPAddress ipAddress, IPAddress subnet, IPAddress gateway, IPAddress DNS) Information provided by the PKI file:booleanWirelessClientProcess.setCurrentProfileStringIPs(String name, String ssid, WirelessNetworkType netType, String macAddress, WirelessAuthenType authType, WirelessEncryptType encryptType, String wepKey, String userId, String password, boolean bDHCPOn, boolean bDHCPv6On, String ipAddress, String subnet, String gateway, String DNS) voidWirelessProfile.setHAPAuthenType(WirelessAuthenType HAPAuthenType) -
Uses of WirelessAuthenType in com.cisco.pt.ipc.sim.impl
Fields in com.cisco.pt.ipc.sim.impl declared as WirelessAuthenTypeMethods in com.cisco.pt.ipc.sim.impl that return WirelessAuthenTypeModifier and TypeMethodDescriptionWirelessCommonImpl.getAuthenType()Information provided by the PKI file:WirelessProfileImpl.getHAPAuthenType()Methods in com.cisco.pt.ipc.sim.impl with parameters of type WirelessAuthenTypeModifier and TypeMethodDescriptionbooleanWirelessClientProcessImpl.addProfile(String name, String ssid, WirelessNetworkType netType, MACAddress macAddress, WirelessAuthenType authType, WirelessEncryptType encryptType, String wepKey, String userid, String password, boolean bDHCPOn, boolean bDHCPv6On, IPAddress ipAddress, IPAddress subnet, IPAddress gateway, IPAddress DNS) Information provided by the PKI file:voidWirelessCommonImpl.setAuthenType(WirelessAuthenType type) booleanWirelessClientProcessImpl.setCurrentProfile(String name, String ssid, WirelessNetworkType netType, MACAddress macAddress, WirelessAuthenType authType, WirelessEncryptType encryptType, String wepKey, String userid, String password, boolean bDHCPOn, boolean bDHCPv6On, IPAddress ipAddress, IPAddress subnet, IPAddress gateway, IPAddress DNS) Information provided by the PKI file:booleanWirelessClientProcessImpl.setCurrentProfileStringIPs(String name, String ssid, WirelessNetworkType netType, String macAddress, WirelessAuthenType authType, WirelessEncryptType encryptType, String wepKey, String userId, String password, boolean bDHCPOn, boolean bDHCPv6On, String ipAddress, String subnet, String gateway, String DNS) voidWirelessProfileImpl.setHAPAuthenType(WirelessAuthenType HAPAuthenType) -
Uses of WirelessAuthenType in com.cisco.pt.ipc.sim.pdu
Methods in com.cisco.pt.ipc.sim.pdu that return WirelessAuthenTypeMethods in com.cisco.pt.ipc.sim.pdu with parameters of type WirelessAuthenTypeModifier and TypeMethodDescriptionvoidManagementFrame.setHAPAuthenType(WirelessAuthenType HAPAuthenType) -
Uses of WirelessAuthenType in com.cisco.pt.ipc.sim.pdu.impl
Fields in com.cisco.pt.ipc.sim.pdu.impl declared as WirelessAuthenTypeMethods in com.cisco.pt.ipc.sim.pdu.impl that return WirelessAuthenTypeMethods in com.cisco.pt.ipc.sim.pdu.impl with parameters of type WirelessAuthenTypeModifier and TypeMethodDescriptionvoidManagementFrameImpl.setHAPAuthenType(WirelessAuthenType HAPAuthenType)